- externLua
int externLua(lua_State* L)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaCallFunc
InterpreterResult!T luaCallFunc(lua_State* L, string funcName, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaGetFromIndex
T luaGetFromIndex(lua_State* L, int ind)
Undocumented in source. Be warned that the author may not have intended to support it.
- luaPushVar
void luaPushVar(lua_State* L, T arg)
Undocumented in source. Be warned that the author may not have intended to support it.